- S_RESIZE_CURSOR.Static variable in class java.awt.Cursor
- The south-resize cursor type.
- S_RESIZE_CURSOR.Static variable in class java.awt.Frame
-
- sameFile(URL).
Method in class java.net.URL
- Compares two URLs, excluding the "ref" fields.
- SATURDAY.Static variable in class java.util.Calendar
- Useful constant for days of week.
- SAVE.Static variable in class java.awt.FileDialog
- This constant value indicates that the purpose of the file
dialog window is to locate a file to which to write.
- save(ObjectOutputStream, String, EventListener).
Static method in class java.awt.AWTEventMulticaster
-
- save(OutputStream, String).
Method in class java.util.Properties
- Stores this property list to the specified output stream.
- SAVE_FILE.Static variable in class java.awt.Event
- A file saving event.
- saveInternal(ObjectOutputStream, String).
Method in class java.awt.AWTEventMulticaster
-
- scale().
Method in class java.math.BigDecimal
- Returns the scale of this number.
- SCALE_AREA_AVERAGING.Static variable in class java.awt.Image
- Use the Area Averaging image scaling algorithm.
- SCALE_DEFAULT.Static variable in class java.awt.Image
- Use the default image-scaling algorithm.
- SCALE_FAST.Static variable in class java.awt.Image
- Choose an image-scaling algorithm that gives higher priority
to scaling speed than smoothness of the scaled image.
- SCALE_REPLICATE.Static variable in class java.awt.Image
- Use the image scaling algorithm embodied in the
ReplicateScaleFilter
class.
- SCALE_SMOOTH.Static variable in class java.awt.Image
- Choose an image-scaling algorithm that gives higher priority
to image smoothness than scaling speed.
- SCROLL_ABSOLUTE.Static variable in class java.awt.Event
- The user has moved the bubble (thumb) in a scroll bar,
moving to an "absolute" position, rather than to
an offset from the last postion.
- SCROLL_BEGIN.Static variable in class java.awt.Event
- The scroll begin event.
- SCROLL_END.Static variable in class java.awt.Event
- The scroll end event.
- SCROLL_LINE_DOWN.Static variable in class java.awt.Event
- The user has activated the line down
area of a scroll bar.
- SCROLL_LINE_UP.Static variable in class java.awt.Event
-
The user has activated the line up
area of a scroll bar.
- SCROLL_LOCK.Static variable in class java.awt.Event
- The Scroll Lock key, a non-ASCII action key.
- SCROLL_PAGE_DOWN.Static variable in class java.awt.Event
- The user has activated the page down
area of a scroll bar.
- SCROLL_PAGE_UP.Static variable in class java.awt.Event
- The user has activated the page up
area of a scroll bar.
- SCROLLBAR.Static variable in class java.awt.SystemColor
- The array index for the scrollbar background color.
- scrollbar.Static variable in class java.awt.SystemColor
- The background color for scrollbars.
- Scrollbar().
Constructor for class java.awt.Scrollbar
- Constructs a new vertical scroll bar.
- Scrollbar(int).
Constructor for class java.awt.Scrollbar
- Constructs a new scroll bar with the specified orientation.
- Scrollbar(int, int, int, int, int).
Constructor for class java.awt.Scrollbar
- Constructs a new scroll bar with the specified orientation,
initial value, page size, and minimum and maximum values.
- SCROLLBARS_ALWAYS.Static variable in class java.awt.ScrollPane
- Specifies that horizontal/vertical scrollbars should always be
shown regardless of the respective sizes of the scrollpane and child.
- SCROLLBARS_AS_NEEDED.Static variable in class java.awt.ScrollPane
- Specifies that horizontal/vertical scrollbar should be shown
only when the size of the child exceeds the size of the scrollpane
in the horizontal/vertical dimension.
- SCROLLBARS_BOTH.Static variable in class java.awt.TextArea
- Create and display both vertical and horizontal scrollbars.
- SCROLLBARS_HORIZONTAL_ONLY.Static variable in class java.awt.TextArea
- Create and display horizontal scrollbar only.
- SCROLLBARS_NEVER.Static variable in class java.awt.ScrollPane
- Specifies that horizontal/vertical scrollbars should never be shown
regardless of the respective sizes of the scrollpane and child.
- SCROLLBARS_NONE.Static variable in class java.awt.TextArea
- Do not create or display any scrollbars for the text area.
- SCROLLBARS_VERTICAL_ONLY.Static variable in class java.awt.TextArea
- Create and display vertical scrollbar only.
- ScrollPane().
Constructor for class java.awt.ScrollPane
- Create a new scrollpane container with a scrollbar display policy of
"as needed".
- ScrollPane(int).
Constructor for class java.awt.ScrollPane
- Create a new scrollpane container.
- SE_RESIZE_CURSOR.Static variable in class java.awt.Cursor
- The south-east-resize cursor type.
- SE_RESIZE_CURSOR.Static variable in class java.awt.Frame
-
- search(Object).
Method in class java.util.Stack
- Returns where an object is on this stack.
- SECOND.Static variable in class java.util.Calendar
- Useful constant for date and time.
- SECOND_FIELD.Static variable in class java.text.DateFormat
- Useful constant for SECOND field alignment.
- SECONDARY.Static variable in class java.text.Collator
- Collator strength value.
- secondaryOrder(int).
Static method in class java.text.CollationElementIterator
- Get the secondary order of a collation order.
- SecureRandom().
Constructor for class java.security.SecureRandom
- This empty constructor automatically seeds the generator.
- SecureRandom(byte[]).
Constructor for class java.security.SecureRandom
- This constructor uses a user-provided seed in preference to the
self-seeding algorithm referred to in the empty constructor
description.
- SecurityException().
Constructor for class java.lang.SecurityException
- Constructs a
SecurityException
with no detail message.
- SecurityException(String).
Constructor for class java.lang.SecurityException
- Constructs a
SecurityException
with the specified
detail message.
- SecurityManager().
Constructor for class java.lang.SecurityManager
- Constructs a new
SecurityManager
.
- seek(long).
Method in class java.io.RandomAccessFile
- Sets the file-pointer offset, measured from the beginning of this
file, at which the next read or write occurs.
- select(int).
Method in class java.awt.Choice
- Sets the selected item in this
Choice
menu to be the
item at the specified position.
- select(int).
Method in interface java.awt.peer.ChoicePeer
-
- select(int).
Method in class java.awt.List
- Selects the item at the specified index in the scrolling list.
- select(int).
Method in interface java.awt.peer.ListPeer
-
- select(int, int).
Method in class java.awt.TextComponent
- Selects the text between the specified start and end positions.
- select(int, int).
Method in interface java.awt.peer.TextComponentPeer
-
- select(String).
Method in class java.awt.Choice
- Sets the selected item in this
Choice
menu
to be the item whose name is equal to the specified string.
- selectAll().
Method in class java.awt.TextComponent
- Selects all the text in this text component.
- SELECTED.Static variable in class java.awt.event.ItemEvent
- The item selected state change type.
- send(DatagramPacket).
Method in class java.net.DatagramSocket
- Sends a datagram packet from this socket.
- send(DatagramPacket).
Method in class java.net.DatagramSocketImpl
- Sends a datagram packet.
- send(DatagramPacket, byte).
Method in class java.net.MulticastSocket
- Sends a datagram packet to the destination, with a TTL (time-
to-live) other than the default for the socket.
- separator.Static variable in class java.io.File
- The system-dependent path separator string.
- separatorChar.Static variable in class java.io.File
- The system-dependent path separator character.
- SEPTEMBER.Static variable in class java.util.Calendar
- Useful constant for month.
- SequenceInputStream(Enumeration).
Constructor for class java.io.SequenceInputStream
- Constructs a new sequence input stream initialized to the
specified enumeration of input streams.
- SequenceInputStream(InputStream, InputStream).
Constructor for class java.io.SequenceInputStream
- Constructs a new sequence input stream initialized to read first
from the input stream
s1
, and then from the input
stream s2
.
- ServerCloneException(String).
Constructor for class java.rmi.server.ServerCloneException
- Create A remote exception with the specified string
- ServerCloneException(String, Exception).
Constructor for class java.rmi.server.ServerCloneException
- Create A remote exception with the specified string, and the
exception specified.
- ServerError(String, Error).
Constructor for class java.rmi.ServerError
- Create a new "server error" exception with the string and
the specified exception.
- ServerException(String).
Constructor for class java.rmi.ServerException
- Create a new server exception with a descriptive string.
- ServerException(String, Exception).
Constructor for class java.rmi.ServerException
- Create a new server exception with a descriptive string and an
exception.
- ServerNotActiveException().
Constructor for class java.rmi.server.ServerNotActiveException
- Create a new exception.
- ServerNotActiveException(String).
Constructor for class java.rmi.server.ServerNotActiveException
-
- ServerRuntimeException(String, Exception).
Constructor for class java.rmi.ServerRuntimeException
- Create a new runtime exception with the strings and
the specified exception.
- ServerSocket(int).
Constructor for class java.net.ServerSocket
- Creates a server socket on a specified port.
- ServerSocket(int, int).
Constructor for class java.net.ServerSocket
- Creates a server socket and binds it to the specified local port
number.
- ServerSocket(int, int, InetAddress).
Constructor for class java.net.ServerSocket
-
Create a server with the specified port, listen backlog, and
local IP address to bind to.
- set(int).
Method in class java.util.BitSet
- Sets a bit.
- set(int, int).
Method in class java.util.Calendar
- Sets the time field with the given value.
- set(int, int, int).
Method in class java.util.Calendar
- Sets the values for the fields year, month, and date.
- set(int, int, int, int, int).
Method in class java.util.Calendar
- Sets the values for the fields year, month, date, hour, and minute.
- set(int, int, int, int, int, int).
Method in class java.util.Calendar
- Sets the values for the fields year, month, date, hour, minute, and second.
- set(Object, int, Object).
Static method in class java.lang.reflect.Array
- Sets the value of the indexed component of the specified array
object to the specified new value.
- set(Object, Object).
Method in class java.lang.reflect.Field
- Sets the field represented by this Field object on the
specified object argument to the specified new value.
- set(String, String, int, String, String).
Method in class java.net.URL
- Sets the fields of the URL.
- setActionCommand(String).
Method in class java.awt.Button
- Sets the command name for the action event fired
by this button.
- setActionCommand(String).
Method in class java.awt.MenuItem
- Sets the command name of the action event that is fired
by this menu item.
- setAddress(InetAddress).
Method in class java.net.DatagramPacket
-
- setAlignment(int).
Method in class java.awt.FlowLayout
- Sets the alignment for this layout.
- setAlignment(int).
Method in class java.awt.Label
-
Sets the alignment for this label to the specified alignment.
- setAlignment(int).
Method in interface java.awt.peer.LabelPeer
-
- setAllowUserInteraction(boolean).
Method in class java.net.URLConnection
- Set the value of the
allowUserInteraction
field of
this URLConnection
.
- setAmPmStrings(String[]).
Method in class java.text.DateFormatSymbols
- Sets ampm strings.
- setAnimated(boolean).
Method in class java.awt.image.MemoryImageSource
- Change this memory image into a multi-frame animation or a
single-frame static image depending on the animated parameter.
- setAsciiStream(int, InputStream, int).
Method in interface java.sql.PreparedStatement
- When a very large ASCII value is input to a LONGVARCHAR
parameter, it may be more practical to send it via a
java.io.InputStream.
- setAsText(String).
Method in interface java.beans.PropertyEditor
- Set the property value by parsing a given String.
- setAsText(String).
Method in class java.beans.PropertyEditorSupport
- Set the property value by parsing a given String.
- setAutoCommit(boolean).
Method in interface java.sql.Connection
- If a connection is in auto-commit mode, then all its SQL
statements will be executed and committed as individual
transactions.
- setBackground(Color).
Method in class java.awt.Component
-
Sets the background color of this component.
- setBackground(Color).
Method in interface java.awt.peer.ComponentPeer
-
- setBeanInfoSearchPath(String[]).
Static method in class java.beans.Introspector
- Change the list of package names that will be used for
finding BeanInfo classes.
- setBigDecimal(int, BigDecimal).
Method in interface java.sql.PreparedStatement
- Set a parameter to a java.lang.BigDecimal value.
- setBinaryStream(int, InputStream, int).
Method in interface java.sql.PreparedStatement
- When a very large binary value is input to a LONGVARBINARY
parameter, it may be more practical to send it via a
java.io.InputStream.
- setBit(int).
Method in class java.math.BigInteger
- Returns a BigInteger whose value is equivalent to this number
with the designated bit set.
- setBlockIncrement(int).
Method in interface java.awt.Adjustable
- Sets the block value increment for the adjustable object.
- setBlockIncrement(int).
Method in class java.awt.Scrollbar
- Sets the block increment for this scroll bar.
- setBoolean(int, boolean).
Method in interface java.sql.PreparedStatement
- Set a parameter to a Java boolean value.
- setBoolean(Object, boolean).
Method in class java.lang.reflect.Field
- Set the value of a field as a boolean on specified object.
- setBoolean(Object, int, boolean).
Static method in class java.lang.reflect.Array
- Sets the value of the indexed component of the specified array
object to the specified boolean value.
- setBound(boolean).
Method in class java.beans.PropertyDescriptor
- Updates to "bound" properties will cause a "PropertyChange" event to
get fired when the property is changed.
- setBounds(int, int, int, int).
Method in class java.awt.Component
-
Moves and resizes this component.
- setBounds(int, int, int, int).
Method in interface java.awt.peer.ComponentPeer
-
- setBounds(int, int, int, int).
Method in class java.awt.Rectangle
- Sets the bounding rectangle of this rectangle to the specified
values for
x
, y
, width
,
and height
.
- setBounds(Rectangle).
Method in class java.awt.Component
-
Moves and resizes this component to conform to the new
bounding rectangle
r
.
- setBounds(Rectangle).
Method in class java.awt.Rectangle
- Sets the bounding rectangle of this rectangle to match
the specified rectangle.
- setByte(int, byte).
Method in interface java.sql.PreparedStatement
- Set a parameter to a Java byte value.
- setByte(Object, byte).
Method in class java.lang.reflect.Field
- Set the value of a field as a byte on specified object.
- setByte(Object, int, byte).
Static method in class java.lang.reflect.Array
- Sets the value of the indexed component of the specified array
object to the specified boolean value.
- setBytes(int, byte[]).
Method in interface java.sql.PreparedStatement
- Set a parameter to a Java array of bytes.
- setCalendar(Calendar).
Method in class java.text.DateFormat
- Set the calendar to be used by this date format.
- setCaretPosition(int).
Method in class java.awt.TextComponent
- Sets the position of the text insertion caret for
this text component.
- setCaretPosition(int).
Method in interface java.awt.peer.TextComponentPeer
-
- setCatalog(String).
Method in interface java.sql.Connection
- A sub-space of this Connection's database may be selected by setting a
catalog name.
- setChanged().
Method in class java.util.Observable
- Indicates that this object has changed.
- setChar(Object, char).
Method in class java.lang.reflect.Field
- Set the value of a field as a char on specified object.
- setChar(Object, int, char).
Static method in class java.lang.reflect.Array
- Sets the value of the indexed component of the specified array
object to the specified byte value.
- setCharAt(int, char).
Method in class java.lang.StringBuffer
- The character at the specified index of this string buffer is set
to
ch
.
- setCheckboxGroup(CheckboxGroup).
Method in class java.awt.Checkbox
- Sets this check box's group to be the specified check box group.
- setCheckboxGroup(CheckboxGroup).
Method in interface java.awt.peer.CheckboxPeer
-
- setChoices(double[], String[]).
Method in class java.text.ChoiceFormat
- Set the choices to be used in formatting.
- setClip(int, int, int, int).
Method in class java.awt.Graphics
- Sets the current clip to the rectangle specified by the given
coordinates.
- setClip(Shape).
Method in class java.awt.Graphics
- Sets the current clipping area to an arbitrary clip shape.
- setColor(Color).
Method in class java.awt.Graphics
- Sets this graphics context's current color to the specified
color.
- setColorModel(ColorModel).
Method in interface java.awt.image.ImageConsumer
- The ColorModel object used for the majority of
the pixels reported using the setPixels method
calls.
- setColorModel(ColorModel).
Method in class java.awt.image.ImageFilter
- Filter the information provided in the setColorModel method
of the ImageConsumer interface.
- setColorModel(ColorModel).
Method in class java.awt.image.PixelGrabber
- The setColorModel method is part of the ImageConsumer API which
this class must implement to retrieve the pixels.
- setColorModel(ColorModel).
Method in class java.awt.image.RGBImageFilter
- If the ColorModel is an IndexColorModel, and the subclass has
set the canFilterIndexColorModel flag to true, we substitute
a filtered version of the color model here and wherever
that original ColorModel object appears in the setPixels methods.
- setColumns(int).
Method in class java.awt.GridLayout
- Sets the number of columns in this layout to the specified value.
- setColumns(int).
Method in class java.awt.TextArea
- Sets the number of columns for this text area.
- setColumns(int).
Method in class java.awt.TextField
- Sets the number of columns in this text field.
- setComment(String).
Method in class java.util.zip.ZipEntry
- Sets the optional comment string for the entry.
- setComment(String).
Method in class java.util.zip.ZipOutputStream
- Sets the ZIP file comment.
- setConstrained(boolean).
Method in class java.beans.PropertyDescriptor
- Attempted updates to "Constrained" properties will cause a "VetoableChange"
event to get fired when the property is changed.
- setConstraints(Component, GridBagConstraints).
Method in class java.awt.GridBagLayout
- Sets the constraints for the specified component in this layout.
- setContentHandlerFactory(ContentHandlerFactory).
Static method in class java.net.URLConnection
- Sets the
ContentHandlerFactory
of an
application.
- setContents(Transferable, ClipboardOwner).
Method in class java.awt.datatransfer.Clipboard
- Sets the current contents of the clipboard to the specified
transferable object and registers the specified clipboard owner
as the owner of the new contents.
- setCrc(long).
Method in class java.util.zip.ZipEntry
- Sets the CRC-32 checksum of the uncompressed entry data.
- setCurrent(Checkbox).
Method in class java.awt.CheckboxGroup
-
- setCursor(Cursor).
Method in class java.awt.Component
- Set the cursor image to a predefined cursor.
- setCursor(Cursor).
Method in interface java.awt.peer.ComponentPeer
-
- setCursor(int).
Method in class java.awt.Frame
-
- setCursorName(String).
Method in interface java.sql.Statement
- setCursorname defines the SQL cursor name that will be used by
subsequent Statement execute methods.
- setDaemon(boolean).
Method in class java.lang.Thread
- Marks this thread as either a daemon thread or a user thread.
- setDaemon(boolean).
Method in class java.lang.ThreadGroup
- Changes the daemon status of this thread group.
- setData(byte[]).
Method in class java.net.DatagramPacket
-
- setDate(int).
Method in class java.util.Date
- Sets the day of the month of this date to the specified value.
- setDate(int).
Method in class java.sql.Time
- Sets the day of the month of this date to the specified value.
- setDate(int, Date).
Method in interface java.sql.PreparedStatement
- Set a parameter to a java.sql.Date value.
- setDateFormatSymbols(DateFormatSymbols).
Method in class java.text.SimpleDateFormat
- Allows you to set the date/time formatting data.
- setDecimalFormatSymbols(DecimalFormatSymbols).
Method in class java.text.DecimalFormat
- Sets the decimal format symbols, which is generally not changed
by the programmer or user.
- setDecimalSeparator(char).
Method in class java.text.DecimalFormatSymbols
-
- setDecimalSeparatorAlwaysShown(boolean).
Method in class java.text.DecimalFormat
- Allows you to set the behavior of the decimal separator with integers.
- setDecomposition(int).
Method in class java.text.Collator
- Set the decomposition mode of this Collator.
- setDefault(Locale).
Static method in class java.util.Locale
- Sets the default.
- setDefault(TimeZone).
Static method in class java.util.TimeZone
- Sets time zone to using the given TimeZone.
- setDefaultAllowUserInteraction(boolean).
Static method in class java.net.URLConnection
- Sets the default value of the
allowUserInteraction
field for all future
URLConnection
objects to the specified value.
- setDefaultRequestProperty(String, String).
Static method in class java.net.URLConnection
- Sets the default value of a general request property.
- setDefaultStream(PrintStream).
Static method in class java.rmi.server.LogStream
- Set the default stream for new logs.
- setDefaultUseCaches(boolean).
Method in class java.net.URLConnection
- Sets the default value of the
useCaches
field to the
specified value.
- setDesignTime(boolean).
Static method in class java.beans.Beans
- Used to indicate whether of not we are running in an application
builder environment.
- setDictionary(byte[]).
Method in class java.util.zip.Deflater
- Sets preset dictionary for compression.
- setDictionary(byte[]).
Method in class java.util.zip.Inflater
- Sets the preset dictionary to the given array of bytes.
- setDictionary(byte[], int, int).
Method in class java.util.zip.Deflater
- Sets preset dictionary for compression.
- setDictionary(byte[], int, int).
Method in class java.util.zip.Inflater
- Sets the preset dictionary to the given array of bytes.
- setDigit(char).
Method in class java.text.DecimalFormatSymbols
-
- setDimensions(int, int).
Method in class java.awt.image.CropImageFilter
- Override the source image's dimensions and pass the dimensions
of the rectangular cropped region to the ImageConsumer.
- setDimensions(int, int).
Method in interface java.awt.image.ImageConsumer
- The dimensions of the source image are reported using the
setDimensions method call.
- setDimensions(int, int).
Method in class java.awt.image.ImageFilter
- Filters the information provided in the setDimensions method
of the ImageConsumer interface.
- setDimensions(int, int).
Method in class java.awt.image.PixelGrabber
- The setDimensions method is part of the ImageConsumer API which
this class must implement to retrieve the pixels.
- setDimensions(int, int).
Method in class java.awt.image.ReplicateScaleFilter
- Override the dimensions of the source image and pass the dimensions
of the new scaled size to the ImageConsumer.
- setDirectory(String).
Method in class java.awt.FileDialog
- Sets the directory of this file dialog window to be the
specified directory.
- setDirectory(String).
Method in interface java.awt.peer.FileDialogPeer
-
- setDisplayName(String).
Method in class java.beans.FeatureDescriptor
-
- setDoInput(boolean).
Method in class java.net.URLConnection
- Sets the value of the
doInput
field for this
URLConnection
to the specified value.
- setDoOutput(boolean).
Method in class java.net.URLConnection
- Sets the value of the
doOutput
field for this
URLConnection
to the specified value.
- setDouble(int, double).
Method in interface java.sql.PreparedStatement
- Set a parameter to a Java double value.
- setDouble(Object, double).
Method in class java.lang.reflect.Field
- Set the value of a field as a double on specified object.
- setDouble(Object, int, double).
Static method in class java.lang.reflect.Array
- Sets the value of the indexed component of the specified array
object to the specified double value.
- setEchoChar(char).
Method in class java.awt.TextField
- Sets the echo character for this text field.
- setEchoChar(char).
Method in interface java.awt.peer.TextFieldPeer
-
- setEchoCharacter(char).
Method in class java.awt.TextField
-
- setEchoCharacter(char).
Method in interface java.awt.peer.TextFieldPeer
- DEPRECATED: Replaced by setEchoChar(char echoChar).
- setEditable(boolean).
Method in class java.awt.TextComponent
- Sets the flag that determines whether or not this
text component is editable.
- setEditable(boolean).
Method in interface java.awt.peer.TextComponentPeer
-
- setEditorSearchPath(String[]).
Static method in class java.beans.PropertyEditorManager
- Change the list of package names that will be used for
finding property editors.
- setElementAt(Object, int).
Method in class java.util.Vector
- Sets the component at the specified
index
of this
vector to be the specified object.
- setEnabled(boolean).
Method in class java.awt.Component
- Enables or disables this component, depending on the value of the
parameter
b
.
- setEnabled(boolean).
Method in interface java.awt.peer.ComponentPeer
-
- setEnabled(boolean).
Method in class java.awt.MenuItem
- Sets whether or not this menu item can be chosen.
- setEnabled(boolean).
Method in interface java.awt.peer.MenuItemPeer
-
- setEndRule(int, int, int, int).
Method in class java.util.SimpleTimeZone
- Sets the daylight savings ending rule.
- setEras(String[]).
Method in class java.text.DateFormatSymbols
- Sets era strings.
- setErr(PrintStream).
Static method in class java.lang.System
- Reassigns the "standard" error output stream.
- setError().
Method in class java.io.PrintStream
- Indicate that an error has occurred.
- setError().
Method in class java.io.PrintWriter
- Indicate that an error has occurred.
- setEscapeProcessing(boolean).
Method in interface java.sql.Statement
- If escape scanning is on (the default), the driver will do
escape substitution before sending the SQL to the database.
- setExpert(boolean).
Method in class java.beans.FeatureDescriptor
- The "expert" flag is used to distinguish between features that are
intended for expert users from those that are intended for normal users.
- setExtra(byte[]).
Method in class java.util.zip.ZipEntry
- Sets the optional extra field data for the entry.
- setFailureHandler(RMIFailureHandler).
Static method in class java.rmi.server.RMISocketFactory
- Set the failure handler to be called by the RMI runtime if
socket creation fails.
- setFile(String).
Method in class java.awt.FileDialog
- Sets the selected file for this file dialog window to be the
specified file.
- setFile(String).
Method in interface java.awt.peer.FileDialogPeer
-
- setFilenameFilter(FilenameFilter).
Method in class java.awt.FileDialog
- Sets the filename filter for this file dialog window to the
specified filter.
- setFilenameFilter(FilenameFilter).
Method in interface java.awt.peer.FileDialogPeer
-
- setFileNameMap(FileNameMap).
Static method in class java.net.URLConnection
- Sets the FileNameMap.
- setFirstDayOfWeek(int).
Method in class java.util.Calendar
- Sets what the first day of the week is; e.g., Sunday in US,
Monday in France.
- setFloat(int, float).
Method in interface java.sql.PreparedStatement
- Set a parameter to a Java float value.
- setFloat(Object, float).
Method in class java.lang.reflect.Field
- Set the value of a field as a float on specified object.
- setFloat(Object, int, float).
Static method in class java.lang.reflect.Array
- Sets the value of the indexed component of the specified array
object to the specified float value.
- setFollowRedirects(boolean).
Static method in class java.net.HttpURLConnection
- Sets whether HTTP redirects (requests with response code 3xx) should
be automatically followed by this class.
- setFont(Font).
Method in class java.awt.Component
-
Sets the font of this component.
- setFont(Font).
Method in interface java.awt.peer.ComponentPeer
-
- setFont(Font).
Method in class java.awt.Graphics
- Sets this graphics context's font to the specified font.
- setFont(Font).
Method in class java.awt.MenuComponent
- Sets the font to be used for this menu component to the specified
font.
- setForeground(Color).
Method in class java.awt.Component
-
Sets the foreground color of this component.
- setForeground(Color).
Method in interface java.awt.peer.ComponentPeer
-
- setFormat(int, Format).
Method in class java.text.MessageFormat
- Sets formats individually to use on parameters.
- setFormats(Format[]).
Method in class java.text.MessageFormat
- Sets formats to use on parameters.
- setFullBufferUpdates(boolean).
Method in class java.awt.image.MemoryImageSource
- Specify whether this animated memory image should always be
updated by sending the complete buffer of pixels whenever
there is a change.
- setGregorianChange(Date).
Method in class java.util.GregorianCalendar
- Sets the GregorianCalendar change date.
- setGroupingSeparator(char).
Method in class java.text.DecimalFormatSymbols
-
- setGroupingSize(int).
Method in class java.text.DecimalFormat
- Set the grouping size.
- setGroupingUsed(boolean).
Method in class java.text.NumberFormat
- Set whether or not grouping will be used in this format.
- setGuiAvailable(boolean).
Static method in class java.beans.Beans
- Used to indicate whether of not we are running in an environment
where GUI interaction is available.
- setHelpMenu(Menu).
Method in class java.awt.MenuBar
- Sets the help menu on this menu bar to be the specified menu.
- setHgap(int).
Method in class java.awt.BorderLayout
- Sets the horizontal gap between components.
- setHgap(int).
Method in class java.awt.CardLayout
- Sets the horizontal gap between components.
- setHgap(int).
Method in class java.awt.FlowLayout
- Sets the horizontal gap between components.
- setHgap(int).
Method in class java.awt.GridLayout
- Sets the horizontal gap between components to the specified value.
- setHidden(boolean).
Method in class java.beans.FeatureDescriptor
- The "hidden" flag is used to identify features that are intended only
for tool use, and which should not be exposed to humans.
- setHints(int).
Method in class java.awt.image.AreaAveragingScaleFilter
- Detect if the data is being delivered with the necessary hints
to allow the averaging algorithm to do its work.
- setHints(int).
Method in interface java.awt.image.ImageConsumer
- The ImageProducer can deliver the pixels in any order, but
the ImageConsumer may be able to scale or convert the pixels
to the destination ColorModel more efficiently or with higher
quality if it knows some information about how the pixels will
be delivered up front.
- setHints(int).
Method in class java.awt.image.ImageFilter
- Filters the information provided in the setHints method
of the ImageConsumer interface.
- setHints(int).
Method in class java.awt.image.PixelGrabber
- The setHints method is part of the ImageConsumer API which
this class must implement to retrieve the pixels.
- setHours(int).
Method in class java.sql.Date
- Sets the hour of this date to the specified value.
- setHours(int).
Method in class java.util.Date
- Sets the hour of this date to the specified value.
- setHumanPresentableName(String).
Method in class java.awt.datatransfer.DataFlavor
- Sets the human presentable name for the data format that this
DataFlavor represents.
- setIconImage(Image).
Method in class java.awt.Frame
- Sets the image to display when this frame is iconized.
- setIconImage(Image).
Method in interface java.awt.peer.FramePeer
-
- setID(String).
Method in class java.util.TimeZone
- Sets the time zone ID.
- setIfModifiedSince(long).
Method in class java.net.URLConnection
- Sets the value of the
ifModifiedSince
field of
this URLConnection
to the specified value.
- setIn(InputStream).
Static method in class java.lang.System
- Reassigns the "standard" input stream.
- setInDefaultEventSet(boolean).
Method in class java.beans.EventSetDescriptor
- Mark an event set as being in the "default" set (or not).
- setIndex(int).
Method in interface java.text.CharacterIterator
- Set the position to the specified position in the text and return that
character.
- setIndex(int).
Method in class java.text.ParsePosition
- Set the current parse position.
- setIndex(int).
Method in class java.text.StringCharacterIterator
- Set the position to specified position in the text and return that
character.
- setInfinity(String).
Method in class java.text.DecimalFormatSymbols
-
- setInfo(String).
Method in class java.security.Identity
- Specifies a general information string for this identity.
- setInput(byte[]).
Method in class java.util.zip.Deflater
- Sets input data for compression.
- setInput(byte[]).
Method in class java.util.zip.Inflater
- Sets input data for decompression.
- setInput(byte[], int, int).
Method in class java.util.zip.Deflater
- Sets input data for compression.
- setInput(byte[], int, int).
Method in class java.util.zip.Inflater
- Sets input data for decompression.
- setInt(int, int).
Method in interface java.sql.PreparedStatement
- Set a parameter to a Java int value.
- setInt(Object, int).
Method in class java.lang.reflect.Field
- Set the value of a field as an int on specified object.
- setInt(Object, int, int).
Static method in class java.lang.reflect.Array
- Sets the value of the indexed component of the specified array
object to the specified int value.
- setInterface(InetAddress).
Method in class java.net.MulticastSocket
- Set the outgoing network interface for multicast packets on this
socket, to other than the system default.
- setKeyChar(char).
Method in class java.awt.event.KeyEvent
-
- setKeyCode(int).
Method in class java.awt.event.KeyEvent
-
- setKeyPair(KeyPair).
Method in class java.security.Signer
- Sets the key pair (public key and private key) for this signer.
- setLabel(String).
Method in class java.awt.Button
- Sets the button's label to be the specified string.
- setLabel(String).
Method in interface java.awt.peer.ButtonPeer
-
- setLabel(String).
Method in class java.awt.Checkbox
- Sets this check box's label to be the string argument.
- setLabel(String).
Method in interface java.awt.peer.CheckboxPeer
-
- setLabel(String).
Method in class java.awt.MenuItem
- Sets the label for this menu item to the specified label.
- setLabel(String).
Method in interface java.awt.peer.MenuItemPeer
-
- setLayout(LayoutManager).
Method in class java.awt.Container
-
Sets the layout manager for this container.
- setLayout(LayoutManager).
Method in class java.awt.ScrollPane
-
Sets the layout manager for this container.
- setLength(int).
Method in class java.net.DatagramPacket
-
- setLength(int).
Method in class java.lang.StringBuffer
- Sets the length of this String buffer.
- setLenient(boolean).
Method in class java.util.Calendar
- Specify whether or not date/time interpretation is to be lenient.
- setLenient(boolean).
Method in class java.text.DateFormat
- Specify whether or not date/time parsing is to be lenient.
- setLevel(int).
Method in class java.util.zip.Deflater
- Sets the current compression level to the specified value.
- setLevel(int).
Method in class java.util.zip.ZipOutputStream
- Sets the compression level for subsequent entries which are DEFLATED.
- setLineIncrement(int).
Method in class java.awt.Scrollbar
-
- setLineIncrement(int).
Method in interface java.awt.peer.ScrollbarPeer
-
- setLineNumber(int).
Method in class java.io.LineNumberInputStream
- Sets the line number to the specified argument.
- setLineNumber(int).
Method in class java.io.LineNumberReader
- Set the current line number.
- setLocale(Locale).
Method in class java.awt.Component
-
Sets the locale of this component.
- setLocale(Locale).
Method in class java.text.MessageFormat
- Constructs with the specified pattern and formats for the
arguments in that pattern.
- setLocalPatternChars(String).
Method in class java.text.DateFormatSymbols
- Sets localized date-time pattern characters.
- setLocation(int, int).
Method in class java.awt.Component
-
Moves this component to a new location.
- setLocation(int, int).
Method in class java.awt.Point
- Changes the point to have the specificed location.
- setLocation(int, int).
Method in class java.awt.Rectangle
- Moves the rectangle to the specified location.
- setLocation(Point).
Method in class java.awt.Component
-
Moves this component to a new location.
- setLocation(Point).
Method in class java.awt.Point
- Sets the location of the point to the specificed location.
- setLocation(Point).
Method in class java.awt.Rectangle
- Moves the rectangle to the specified location.
- setLog(OutputStream).
Static method in class java.rmi.server.RemoteServer
- Log RMI calls to the output stream out.
- setLoginTimeout(int).
Static method in class java.sql.DriverManager
- Set the maximum time in seconds that all drivers can wait
when attempting to log in to a database.
- setLogStream(PrintStream).
Static method in class java.sql.DriverManager
- Set the logging/tracing PrintStream that is used by the DriverManager
and all drivers.
- setLong(int, long).
Method in interface java.sql.PreparedStatement
- Set a parameter to a Java long value.
- setLong(Object, int, long).
Static method in class java.lang.reflect.Array
- Sets the value of the indexed component of the specified array
object to the specified long value.
- setLong(Object, long).
Method in class java.lang.reflect.Field
- Set the value of a field as a long on specified object.
- setMaxFieldSize(int).
Method in interface java.sql.Statement
- The maxFieldSize limit (in bytes) is set to limit the size of
data that can be returned for any column value; it only applies
to BINARY, VARBINARY, LONGVARBINARY, CHAR, VARCHAR, and
LONGVARCHAR fields.
- setMaximum(int).
Method in interface java.awt.Adjustable
- Sets the maximum value of the adjustable object.
- setMaximum(int).
Method in class java.awt.Scrollbar
- Sets the maximum value of this scroll bar.
- setMaximumFractionDigits(int).
Method in class java.text.NumberFormat
- Sets the maximum number of digits allowed in the fraction portion of a
number.
- setMaximumIntegerDigits(int).
Method in class java.text.NumberFormat
- Sets the maximum number of digits allowed in the integer portion of a
number.
- setMaxPriority(int).
Method in class java.lang.ThreadGroup
- Sets the maximum priority of the group.
- setMaxRows(int).
Method in interface java.sql.Statement
- The maxRows limit is set to limit the number of rows that any
ResultSet can contain.
- setMenuBar(MenuBar).
Method in class java.awt.Frame
- Sets the menu bar for this frame to the specified menu bar.
- setMenuBar(MenuBar).
Method in interface java.awt.peer.FramePeer
-
- setMessageDigest(MessageDigest).
Method in class java.security.DigestInputStream
- Associates the specified message digest with this stream.
- setMessageDigest(MessageDigest).
Method in class java.security.DigestOutputStream
- Associates the specified message digest with this stream.
- setMethod(int).
Method in class java.util.zip.ZipEntry
- Sets the compression method for the entry.
- setMethod(int).
Method in class java.util.zip.ZipOutputStream
- Sets the default compression method for subsequent entries.
- setMinimalDaysInFirstWeek(int).
Method in class java.util.Calendar
- Sets what the minimal days required in the first week of the year are;
For example, if the first week is defined as one that contains the first
day of the first month of a year, call the method with value 1.
- setMinimum(int).
Method in interface java.awt.Adjustable
- Sets the minimum value of the adjustable object.
- setMinimum(int).
Method in class java.awt.Scrollbar
- Sets the minimum value of this scroll bar.
- setMinimumFractionDigits(int).
Method in class java.text.NumberFormat
- Sets the minimum number of digits allowed in the fraction portion of a
number.
- setMinimumIntegerDigits(int).
Method in class java.text.NumberFormat
- Sets the minimum number of digits allowed in the integer portion of a
number.
- setMinusSign(char).
Method in class java.text.DecimalFormatSymbols
-
- setMinutes(int).
Method in class java.sql.Date
- Sets the minutes of this date to the specified value.
- setMinutes(int).
Method in class java.util.Date
- Sets the minutes of this date to the specified value.
- setModal(boolean).
Method in class java.awt.Dialog
- Specifies whether this dialog is modal.
- setMode(int).
Method in class java.awt.FileDialog
- Sets the mode of the file dialog.
- setModifiers(int).
Method in class java.awt.event.KeyEvent
- Change the modifiers for a KeyEvent.
- setMonth(int).
Method in class java.util.Date
- Sets the month of this date to the specified value.
- setMonth(int).
Method in class java.sql.Time
- Sets the month of this date to the specified value.
- setMonths(String[]).
Method in class java.text.DateFormatSymbols
- Sets month strings.
- setMultipleMode(boolean).
Method in class java.awt.List
- Sets the flag that determines whether this list
allows multiple selections.
- setMultipleMode(boolean).
Method in interface java.awt.peer.ListPeer
-
- setMultipleSelections(boolean).
Method in class java.awt.List
-
- setMultipleSelections(boolean).
Method in interface java.awt.peer.ListPeer
- DEPRECATED: Replaced by setMultipleMode(boolean).
- setMultiplier(int).
Method in class java.text.DecimalFormat
- Set the multiplier for use in percent, permill, etc.
- setName(Principal, String).
Method in interface java.security.acl.Acl
- Sets the name of this ACL.
- setName(String).
Method in class java.awt.Component
- Sets the name of the component to the specified string.
- setName(String).
Method in class java.beans.FeatureDescriptor
-
- setName(String).
Method in class java.awt.MenuComponent
- Sets the name of the component to the specified string.
- setName(String).
Method in class java.lang.Thread
- Changes the name of this thread to be equal to the argument
name
.
- setNaN(String).
Method in class java.text.DecimalFormatSymbols
-
- setNanos(int).
Method in class java.sql.Timestamp
- Set the Timestamp's nanos value
- setNegativePermissions().
Method in interface java.security.acl.AclEntry
- Sets this ACL entry to be a negative one.
- setNegativePrefix(String).
Method in class java.text.DecimalFormat
- Set the negative prefix.
- setNegativeSuffix(String).
Method in class java.text.DecimalFormat
- Set the positive suffix.
- setNextException(SQLException).
Method in class java.sql.SQLException
- Add an SQLException to the end of the chain.
- setNextWarning(SQLWarning).
Method in class java.sql.SQLWarning
- Add an SQLWarning to the end of the chain.
- setNull(int, int).
Method in interface java.sql.PreparedStatement
- Set a parameter to SQL NULL.
- setNumberFormat(NumberFormat).
Method in class java.text.DateFormat
- Allows you to set the number formatter.
- setObject(int, Object).
Method in interface java.sql.PreparedStatement
-
Set the value of a parameter using an object; use the
java.lang equivalent objects for integral values.
- setObject(int, Object, int).
Method in interface java.sql.PreparedStatement
- This method is like setObject above, but assumes a scale of zero.
- setObject(int, Object, int, int).
Method in interface java.sql.PreparedStatement
-
Set the value of a parameter using an object; use the
java.lang equivalent objects for integral values.
- setObject(Object).
Method in interface java.beans.Customizer
- Set the object to be customized.
- setOrientation(int).
Method in class java.awt.Scrollbar
- Sets the orientation for this scroll bar.
- setOut(PrintStream).
Static method in class java.lang.System
- Reassigns the "standard" output stream.
- setOutputStream(OutputStream).
Method in class java.rmi.server.LogStream
- Set the stream to which output from this log is sent.
- setPageIncrement(int).
Method in class java.awt.Scrollbar
-
- setPageIncrement(int).
Method in interface java.awt.peer.ScrollbarPeer
-
- setPaintMode().
Method in class java.awt.Graphics
- Sets the paint mode of this graphics context to overwrite the
destination with this graphics context's current color.
- setParameter(String, Object).
Method in class java.security.Signature
- Sets the specified algorithm parameter to the specified value.
- setParent(ResourceBundle).
Method in class java.util.ResourceBundle
- Set the parent bundle of this bundle.
- setParseIntegerOnly(boolean).
Method in class java.text.NumberFormat
- Sets whether or not numbers should be parsed as integers only.
- setPatternSeparator(char).
Method in class java.text.DecimalFormatSymbols
-
- setPercent(char).
Method in class java.text.DecimalFormatSymbols
-
- setPerMill(char).
Method in class java.text.DecimalFormatSymbols
-
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in class java.awt.image.AreaAveragingScaleFilter
- Combine the components for the delivered byte pixels into the
accumulation arrays and send on any averaged data for rows of
pixels that are complete.
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in class java.awt.image.CropImageFilter
- Determine whether the delivered byte pixels intersect the region to
be extracted and passes through only that subset of pixels that
appear in the output region.
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in interface java.awt.image.ImageConsumer
- The pixels of the image are delivered using one or more calls
to the setPixels method.
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in class java.awt.image.ImageFilter
- Filters the information provided in the setPixels method of the
ImageConsumer interface which takes an array of bytes.
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in class java.awt.image.PixelGrabber
- The setPixels method is part of the ImageConsumer API which
this class must implement to retrieve the pixels.
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in class java.awt.image.ReplicateScaleFilter
- Choose which rows and columns of the delivered byte pixels are
needed for the destination scaled image and pass through just
those rows and columns that are needed, replicated as necessary.
- setPixels(int, int, int, int, ColorModel, byte[], int, int).
Method in class java.awt.image.RGBImageFilter
- If the ColorModel object is the same one that has already
been converted, then simply passes the pixels through with the
converted ColorModel.
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in class java.awt.image.AreaAveragingScaleFilter
- Combine the components for the delivered int pixels into the
accumulation arrays and send on any averaged data for rows of
pixels that are complete.
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in class java.awt.image.CropImageFilter
- Determine if the delivered int pixels intersect the region to
be extracted and pass through only that subset of pixels that
appear in the output region.
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in interface java.awt.image.ImageConsumer
- The pixels of the image are delivered using one or more calls
to the setPixels method.
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in class java.awt.image.ImageFilter
- Filters the information provided in the setPixels method of the
ImageConsumer interface which takes an array of integers.
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in class java.awt.image.PixelGrabber
- The setPixels method is part of the ImageConsumer API which
this class must implement to retrieve the pixels.
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in class java.awt.image.ReplicateScaleFilter
- Choose which rows and columns of the delivered int pixels are
needed for the destination scaled image and pass through just
those rows and columns that are needed, replicated as necessary.
- setPixels(int, int, int, int, ColorModel, int[], int, int).
Method in class java.awt.image.RGBImageFilter
- If the ColorModel object is the same one that has already
been converted, then simply passes the pixels through with the
converted ColorModel, otherwise converts the buffer of integer
pixels to the default RGB ColorModel and passes the converted
buffer to the filterRGBPixels method to be converted one by one.
- setPort(int).
Method in class java.net.DatagramPacket
-
- setPositivePrefix(String).
Method in class java.text.DecimalFormat
- Set the positive prefix.
- setPositiveSuffix(String).
Method in class java.text.DecimalFormat
- Set the positive suffix.
- setPrincipal(Principal).
Method in interface java.security.acl.AclEntry
- Specifies the principal for which permissions are granted or denied
by this ACL entry.
- setPriority(int).
Method in class java.lang.Thread
- Changes the priority of this thread.
- setPropagationId(Object).
Method in class java.beans.PropertyChangeEvent
-
- setProperties(Hashtable).
Method in class java.awt.image.CropImageFilter
- Passes along the properties from the source object after adding a
property indicating the cropped region.
- setProperties(Hashtable).
Method in interface java.awt.image.ImageConsumer
- Sets the extensible list of properties associated with this image.
- setProperties(Hashtable).
Method in class java.awt.image.ImageFilter
- Passes the properties from the source object along after adding a
property indicating the stream of filters it has been run through.
- setProperties(Hashtable).
Method in class java.awt.image.PixelGrabber
- The setProperties method is part of the ImageConsumer API which
this class must implement to retrieve the pixels.
- setProperties(Hashtable).
Method in class java.awt.image.ReplicateScaleFilter
- Passes along the properties from the source object after adding a
property indicating the scale applied.
- setProperties(Properties).
Static method in class java.lang.System
- Sets the system properties to the
Properties
argument.
- setProperty(String, String).
Static method in class java.security.Security
- Sets a security property.
- setPropertyEditorClass(Class).
Method in class java.beans.PropertyDescriptor
- Normally PropertyEditors will be found using the PropertyEditorManager.
- setPublicKey(PublicKey).
Method in class java.security.Identity
- Sets this identity's public key.
- setQueryTimeout(int).
Method in interface java.sql.Statement
- The queryTimeout limit is the number of seconds the driver will
wait for a Statement to execute.
- setRawOffset(int).
Method in class java.util.SimpleTimeZone
- Overrides TimeZone
Sets the base time zone offset to GMT.
- setRawOffset(int).
Method in class java.util.TimeZone
- Sets the base time zone offset to GMT.
- setReadOnly(boolean).
Method in interface java.sql.Connection
- You can put a connection in read-only mode as a hint to enable
database optimizations.
- setRef(RemoteStub, RemoteRef).
Static method in class java.rmi.server.RemoteStub
-
- setRequestMethod(String).
Method in class java.net.HttpURLConnection
- Set the method for the URL request, one of:
- GET
- POST
- HEAD
- OPTIONS
- PUT
- DELETE
- TRACE
are legal, subject to protocol restrictions.
- setRequestProperty(String, String).
Method in class java.net.URLConnection
- Sets the general request property.
- setResizable(boolean).
Method in class java.awt.Dialog
- Sets the resizable flag.
- setResizable(boolean).
Method in interface java.awt.peer.DialogPeer
-
- setResizable(boolean).
Method in class java.awt.Frame
- Sets the resizable flag, which determines whether
this frame is resizable.
- setResizable(boolean).
Method in interface java.awt.peer.FramePeer
-
- setRows(int).
Method in class java.awt.GridLayout
- Sets the number of rows in this layout to the specified value.
- setRows(int).
Method in class java.awt.TextArea
- Sets the number of rows for this text area.
- setScale(int).
Method in class java.math.BigDecimal
- Returns a BigDecimal whose scale is the specified value, and whose
value is exactly equal to this number's.
- setScale(int, int).
Method in class java.math.BigDecimal
- Returns a BigDecimal whose scale is the specified value, and whose
integer value is determined by multiplying or dividing this BigDecimal's
integer value by the appropriate power of ten to maintain the overall
value.
- setScrollPosition(int, int).
Method in class java.awt.ScrollPane
- Scrolls to the specified position within the child component.
- setScrollPosition(int, int).
Method in interface java.awt.peer.ScrollPanePeer
-
- setScrollPosition(Point).
Method in class java.awt.ScrollPane
- Scrolls to the specified position within the child component.
- setSeconds(int).
Method in class java.sql.Date
- Sets the seconds of this date to the specified value.
- setSeconds(int).
Method in class java.util.Date
- Sets the seconds of this date to the specified value.
- setSecurityManager(SecurityManager).
Static method in class java.lang.System
- Sets the System security.
- setSeed(byte[]).
Method in class java.security.SecureRandom
- Reseeds this random object.
- setSeed(long).
Method in class java.util.Random
- Sets the seed of this random number generator using a single
long
seed.
- setSeed(long).
Method in class java.security.SecureRandom
- Reseeds this random object, using the eight bytes contained
in the given
long seed
.
- setSelectedCheckbox(Checkbox).
Method in class java.awt.CheckboxGroup
- Sets the currently selected check box in this group
to be the specified check box.
- setSelectionEnd(int).
Method in class java.awt.TextComponent
- Sets the selection end for this text component to
the specified position.
- setSelectionStart(int).
Method in class java.awt.TextComponent
- Sets the selection start for this text component to
the specified position.
- setShort(int, short).
Method in interface java.sql.PreparedStatement
- Set a parameter to a Java short value.
- setShort(Object, int, short).
Static method in class java.lang.reflect.Array
- Sets the value of the indexed component of the specified array
object to the specified short value.
- setShort(Object, short).
Method in class java.lang.reflect.Field
- Set the value of a field as a short on specified object.
- setShortcut(MenuShortcut).
Method in class java.awt.MenuItem
-
Set the
MenuShortcut
object associated with this
menu item.
- setShortDescription(String).
Method in class java.beans.FeatureDescriptor
- You can associate a short descriptive string with a feature.
- setShortMonths(String[]).
Method in class java.text.DateFormatSymbols
- Sets short month strings.
- setShortWeekdays(String[]).
Method in class java.text.DateFormatSymbols
- Sets short weekday strings.
- setSigners(Class, Object[]).
Method in class java.lang.ClassLoader
- Sets the signers of a class.
- setSize(Dimension).
Method in class java.awt.Component
-
Resizes this component so that it has width
d.width
and height d.height
.
- setSize(Dimension).
Method in class java.awt.Dimension
- Set the size of this
Dimension
object to the specified size.
- setSize(Dimension).
Method in class java.awt.Rectangle
- Sets the size of this rectangle to match the specified dimension.
- setSize(int).
Method in class java.util.Vector
- Sets the size of this vector.
- setSize(int, int).
Method in class java.awt.Component
- Resizes this component so that it has width
width
and height
.
- setSize(int, int).
Method in class java.awt.Dimension
- Set the size of this
Dimension
object
to the specified width and height.
- setSize(int, int).
Method in class java.awt.Rectangle
- Sets the size of this rectangle to the specified width and height.
- setSize(long).
Method in class java.util.zip.ZipEntry
- Sets the uncompressed size of the entry data.
- setSocketFactory(RMISocketFactory).
Static method in class java.rmi.server.RMISocketFactory
- Set the socket factory from which RMI gets sockets.
- setSocketFactory(SocketImplFactory).
Static method in class java.net.ServerSocket
- Sets the server socket implementation factory for the
application.
- setSocketImplFactory(SocketImplFactory).
Static method in class java.net.Socket
- Sets the client socket implementation factory for the
application.
- setSoLinger(boolean, int).
Method in class java.net.Socket
- Enable/disable SO_LINGER with the specified linger time.
- setSoTimeout(int).
Method in class java.net.DatagramSocket
- Enable/disable SO_TIMEOUT with the specified timeout, in
milliseconds.
- setSoTimeout(int).
Method in class java.net.ServerSocket
- Enable/disable SO_TIMEOUT with the specified timeout, in
milliseconds.
- setSoTimeout(int).
Method in class java.net.Socket
- Enable/disable SO_TIMEOUT with the specified timeout, in
milliseconds.
- setStartRule(int, int, int, int).
Method in class java.util.SimpleTimeZone
- Sets the daylight savings starting rule.
- setStartYear(int).
Method in class java.util.SimpleTimeZone
- Sets the daylight savings starting year.
- setState(boolean).
Method in class java.awt.Checkbox
-
Sets the state of this check box to the specified state.
- setState(boolean).
Method in class java.awt.CheckboxMenuItem
- Sets this check box menu item to the specifed state.
- setState(boolean).
Method in interface java.awt.peer.CheckboxMenuItemPeer
-
- setState(boolean).
Method in interface java.awt.peer.CheckboxPeer
-
- setStrategy(int).
Method in class java.util.zip.Deflater
- Sets the compression strategy to the specified value.
- setStrength(int).
Method in class java.text.Collator
- Sets this Collator's strength property.
- setString(int, String).
Method in interface java.sql.PreparedStatement
- Set a parameter to a Java String value.
- setStub(AppletStub).
Method in class java.applet.Applet
- Sets this applet's stub.
- setSystemScope(IdentityScope).
Static method in class java.security.IdentityScope
- Sets the system's identity scope.
- setTcpNoDelay(boolean).
Method in class java.net.Socket
- Enable/disable TCP_NODELAY (disable/enable Nagle's algorithm).
- setText(CharacterIterator).
Method in class java.text.BreakIterator
- Set a new text for scanning.
- setText(String).
Method in class java.text.BreakIterator
- Set a new text string to be scanned.
- setText(String).
Method in class java.awt.Label
-
Sets the text for this label to the specified text.
- setText(String).
Method in interface java.awt.peer.LabelPeer
-
- setText(String).
Method in class java.awt.TextComponent
- Sets the text that is presented by this
text component to be the specified text.
- setText(String).
Method in interface java.awt.peer.TextComponentPeer
-
- setTime(Date).
Method in class java.util.Calendar
- Sets this Calendar's current time with the given Date.
- setTime(int, Time).
Method in interface java.sql.PreparedStatement
- Set a parameter to a java.sql.Time value.
- setTime(long).
Method in class java.sql.Date
- Set a Date using a milliseconds time value
- setTime(long).
Method in class java.util.Date
- Sets this date to represent the specified number of milliseconds
since January 1, 1970, 00:00:00 GMT.
- setTime(long).
Method in class java.sql.Time
- Set a Time using a milliseconds time value
- setTime(long).
Method in class java.util.zip.ZipEntry
- Sets the modification time of the entry.
- setTimeInMillis(long).
Method in class java.util.Calendar
- Sets this Calendar's current time from the given long value.
- setTimestamp(int, Timestamp).
Method in interface java.sql.PreparedStatement
- Set a parameter to a java.sql.Timestamp value.
- setTimeZone(TimeZone).
Method in class java.util.Calendar
- Sets the time zone with the given time zone value.
- setTimeZone(TimeZone).
Method in class java.text.DateFormat
- Sets the time zone for the calendar of this DateFormat object.
- setTitle(String).
Method in class java.awt.Dialog
- Sets the title of the Dialog.
- setTitle(String).
Method in interface java.awt.peer.DialogPeer
-
- setTitle(String).
Method in class java.awt.Frame
- Sets the title for this frame to the specified title.
- setTitle(String).
Method in interface java.awt.peer.FramePeer
-
- setTransactionIsolation(int).
Method in interface java.sql.Connection
- You can call this method to try to change the transaction
isolation level using one of the TRANSACTION_* values.
- setTTL(byte).
Method in class java.net.DatagramSocketImpl
- Set the TTL (time-to-live) option.
- setTTL(byte).
Method in class java.net.MulticastSocket
- Set the default time-to-live for multicast packets sent out
on this socket.
- setUnicast(boolean).
Method in class java.beans.EventSetDescriptor
- Mark an event set as unicast (or not).
- setUnicodeStream(int, InputStream, int).
Method in interface java.sql.PreparedStatement
- When a very large UNICODE value is input to a LONGVARCHAR
parameter, it may be more practical to send it via a
java.io.InputStream.
- setUnitIncrement(Adjustable, int).
Method in interface java.awt.peer.ScrollPanePeer
-
- setUnitIncrement(int).
Method in interface java.awt.Adjustable
- Sets the unit value increment for the adjustable object.
- setUnitIncrement(int).
Method in class java.awt.Scrollbar
- Sets the unit increment for this scroll bar.
- setUpdateRect(Rectangle).
Method in class java.awt.event.PaintEvent
- Sets the rectangle representing the area which needs to be
repainted in response to this event.
- setURL(URL, String, String, int, String, String).
Method in class java.net.URLStreamHandler
- Sets the fields of the
URL
argument to the
indicated values.
- setURLStreamHandlerFactory(URLStreamHandlerFactory).
Static method in class java.net.URL
- Sets an application's
URLStreamHandlerFactory
.
- setUseCaches(boolean).
Method in class java.net.URLConnection
- Sets the value of the
useCaches
field of this
URLConnection
to the specified value.
- setValue(Adjustable, int).
Method in interface java.awt.peer.ScrollPanePeer
-
- setValue(int).
Method in interface java.awt.Adjustable
- Sets the current value of the adjustable object.
- setValue(int).
Method in class java.awt.Scrollbar
- Sets the value of this scroll bar to the specified value.
- setValue(Object).
Method in interface java.beans.PropertyEditor
- Set (or change) the object that is to be edited.
- setValue(Object).
Method in class java.beans.PropertyEditorSupport
- Set (or change) the object that is to be edited.
- setValue(String, Object).
Method in class java.beans.FeatureDescriptor
- Associate a named attribute with this feature.
- setValues(int, int, int, int).
Method in class java.awt.Scrollbar
- Sets the values of four properties for this scroll bar.
- setValues(int, int, int, int).
Method in interface java.awt.peer.ScrollbarPeer
-
- setVgap(int).
Method in class java.awt.BorderLayout
- Sets the vertical gap between components.
- setVgap(int).
Method in class java.awt.CardLayout
- Sets the vertical gap between components.
- setVgap(int).
Method in class java.awt.FlowLayout
- Sets the vertical gap between components.
- setVgap(int).
Method in class java.awt.GridLayout
- Sets the vertical gap between components to the specified value.
- setVisible(boolean).
Method in class java.awt.Component
- Shows or hides this component depending on the value of parameter
b
.
- setVisible(boolean).
Method in interface java.awt.peer.ComponentPeer
-
- setVisibleAmount(int).
Method in interface java.awt.Adjustable
- Sets the length of the proportionl indicator of the
adjustable object.
- setVisibleAmount(int).
Method in class java.awt.Scrollbar
- Sets the visible amount of this scroll bar.
- setWeekdays(String[]).
Method in class java.text.DateFormatSymbols
- Sets weekday strings.
- setXORMode(Color).
Method in class java.awt.Graphics
- Sets the paint mode of this graphics context to alternate between
this graphics context's current color and the new specified color.
- setYear(int).
Method in class java.util.Date
- Sets the year of this date to be the specified value plus 1900.
- setYear(int).
Method in class java.sql.Time
- Sets the year of this date to be the specified value plus 1900.
- setZeroDigit(char).
Method in class java.text.DecimalFormatSymbols
-
- setZoneStrings(String[][]).
Method in class java.text.DateFormatSymbols
- Sets timezone strings.
- SHIFT_MASK.Static variable in class java.awt.event.ActionEvent
- The shift modifier constant.
- SHIFT_MASK.Static variable in class java.awt.Event
- This flag indicates that the Shift key was down when the event
occurred.
- SHIFT_MASK.Static variable in class java.awt.event.InputEvent
- The shift key modifier constant.
- shiftDown().
Method in class java.awt.Event
- Checks if the Shift key is down.
- shiftLeft(int).
Method in class java.math.BigInteger
- Returns a BigInteger whose value is (this << n).
- shiftRight(int).
Method in class java.math.BigInteger
- Returns a BigInteger whose value is (this >> n).
- SHORT.Static variable in class java.text.DateFormat
- Constant for short style pattern.
- Short(short).
Constructor for class java.lang.Short
- Constructs a Short object initialized to the specified short value.
- Short(String).
Constructor for class java.lang.Short
- Constructs a Short object initialized to the value specified by the
String parameter.
- shortcuts().
Method in class java.awt.MenuBar
-
Gets an enumeration of all menu shortcuts this menu bar
is managing.
- shortValue().
Method in class java.lang.Byte
- Returns the value of this Byte as a short.
- shortValue().
Method in class java.lang.Double
- Returns the value of this Double as a short (by casting to a short).
- shortValue().
Method in class java.lang.Float
- Returns the value of this Float as a short (by casting to a short).
- shortValue().
Method in class java.lang.Integer
- Returns the value of this Integer as a short.
- shortValue().
Method in class java.lang.Long
- Returns the value of this Long as a short.
- shortValue().
Method in class java.lang.Number
- Returns the value of the specified number as a
short
.
- shortValue().
Method in class java.lang.Short
- Returns the value of this Short as a short.
- show().
Method in class java.awt.Component
-
- show().
Method in interface java.awt.peer.ComponentPeer
- DEPRECATED: Replaced by setVisible(boolean).
- show().
Method in class java.awt.Dialog
- Shows the dialog.
- show().
Method in class java.awt.Window
- Shows this window, and brings it to the front.
- show(boolean).
Method in class java.awt.Component
-
- show(Component, int, int).
Method in class java.awt.PopupMenu
- Shows the popup menu at the x, y position relative to an origin component.
- show(Container, String).
Method in class java.awt.CardLayout
- Flips to the component that was added to this layout with the
specified
name
, using addLayoutComponent
.
- show(Event).
Method in interface java.awt.peer.PopupMenuPeer
-
- showDocument(URL).
Method in interface java.applet.AppletContext
- Replaces the Web page currently being viewed with the given URL.
- showDocument(URL, String).
Method in interface java.applet.AppletContext
- Requests that the browser or applet viewer show the Web page
indicated by the
url
argument.
- showStatus(String).
Method in class java.applet.Applet
- Requests that the argument string be displayed in the
"status window".
- showStatus(String).
Method in interface java.applet.AppletContext
- Requests that the argument string be displayed in the
"status window".
- SIGN.Static variable in class java.security.Signature
-
Possible state value, signifying that
this signature object has been initialized for signing.
- sign().
Method in class java.security.Signature
- Returns the signature bytes of all the data updated.
- Signature(String).
Constructor for class java.security.Signature
- Creates a Signature object for the specified algorithm.
- SignatureException().
Constructor for class java.security.SignatureException
- Constructs a SignatureException with no detail message.
- SignatureException(String).
Constructor for class java.security.SignatureException
- Constructs a SignatureException with the specified detail
message.
- Signer().
Constructor for class java.security.Signer
-
Creates a signer.
- Signer(String).
Constructor for class java.security.Signer
-
Creates a signer with the specified identity name.
- Signer(String, IdentityScope).
Constructor for class java.security.Signer
-
Creates a signer with the specified identity name and scope.
- signum().
Method in class java.math.BigDecimal
- Returns the signum function of this number (i.e., -1, 0 or 1 as
the value of this number is negative, zero or positive).
- signum().
Method in class java.math.BigInteger
- Returns the signum function of this number (i.e., -1, 0 or 1 as
the value of this number is negative, zero or positive).
- SILENT.Static variable in class java.rmi.server.LogStream
- constants for logging levels
- SimpleBeanInfo().
Constructor for class java.beans.SimpleBeanInfo
-
- SimpleDateFormat().
Constructor for class java.text.SimpleDateFormat
- Construct a SimpleDateFormat using the default pattern for the default
locale.
- SimpleDateFormat(String).
Constructor for class java.text.SimpleDateFormat
- Construct a SimpleDateFormat using the given pattern in the default
locale.
- SimpleDateFormat(String, DateFormatSymbols).
Constructor for class java.text.SimpleDateFormat
- Construct a SimpleDateFormat using the given pattern and
locale-specific symbol data.
- SimpleDateFormat(String, Locale).
Constructor for class java.text.SimpleDateFormat
- Construct a SimpleDateFormat using the given pattern and locale.
- SimpleTimeZone(int, String).
Constructor for class java.util.SimpleTimeZone
- Constructs a SimpleTimeZone with the given base time zone offset from GMT
and time zone ID.
- SimpleTimeZone(int, String, int, int, int, int, int, int, int, int).
Constructor for class java.util.SimpleTimeZone
- Construct a SimpleTimeZone with the given base time zone offset from
GMT, time zone ID, time to start and end the daylight time.
- SIMPLIFIED_CHINESE.Static variable in class java.util.Locale
- Useful constant for language.
- sin(double).
Static method in class java.lang.Math
- Returns the trigonometric sine of an angle.
- SINGLEFRAME.Static variable in interface java.awt.image.ImageConsumer
- The image contain a single static image.
- SINGLEFRAMEDONE.Static variable in interface java.awt.image.ImageConsumer
- One frame of the image is complete but there are more frames
to be delivered.
- SINGLEPASS.Static variable in interface java.awt.image.ImageConsumer
- The pixels will be delivered in a single pass.
- size.Variable in class java.awt.Font
-
The point size of this font.
- size().
Method in class java.util.BitSet
- Calculates and returns the set's size in bits.
- size().
Method in class java.io.ByteArrayOutputStream
- Returns the current size of the buffer.
- size().
Method in class java.io.CharArrayWriter
- Returns the current size of the buffer.
- size().
Method in class java.awt.Component
-
- size().
Method in class java.io.DataOutputStream
- Returns the number of bytes written to this data output stream.
- size().
Method in class java.util.Dictionary
- Returns the number of keys in this dictionary.
- size().
Method in class java.util.Hashtable
- Returns the number of keys in this hashtable.
- size().
Method in class java.security.IdentityScope
- Returns the number of identities within this identity scope.
- size().
Method in class java.util.Vector
- Returns the number of components in this vector.
- SkeletonMismatchException(String).
Constructor for class java.rmi.server.SkeletonMismatchException
- Create a new SkeletonMismatchException exception with a descriptive string.
- SkeletonNotFoundException(String).
Constructor for class java.rmi.server.SkeletonNotFoundException
- Create a new SkeletonNotFoundException exception with a descriptive string.
- SkeletonNotFoundException(String, Exception).
Constructor for class java.rmi.server.SkeletonNotFoundException
- Create a new SkeletonNotFoundException with a descriptive string and an exception.
- skip(long).
Method in class java.io.BufferedInputStream
- Skips over and discards
n
bytes of data from the
input stream.
- skip(long).
Method in class java.io.BufferedReader
- Skip characters.
- skip(long).
Method in class java.io.ByteArrayInputStream
- Skips
n
bytes of input from this input stream.
- skip(long).
Method in class java.io.CharArrayReader
- Skip characters.
- skip(long).
Method in class java.util.zip.CheckedInputStream
- Skips specified number of bytes of input.
- skip(long).
Method in class java.io.FileInputStream
- Skips over and discards
n
bytes of data from the
input stream.
- skip(long).
Method in class java.io.FilterInputStream
- Skips over and discards
n
bytes of data from the
input stream.
- skip(long).
Method in class java.io.FilterReader
- Skip characters.
- skip(long).
Method in class java.util.zip.InflaterInputStream
- Skips specified number of bytes of uncompressed data.
- skip(long).
Method in class java.io.InputStream
- Skips over and discards
n
bytes of data from this
input stream.
- skip(long).
Method in class java.io.LineNumberInputStream
- Skips over and discards
n
bytes of data from the
input stream.
- skip(long).
Method in class java.io.LineNumberReader
- Skip characters.
- skip(long).
Method in interface java.io.ObjectInput
- Skips n bytes of input.
- skip(long).
Method in class java.io.Reader
- Skip characters.
- skip(long).
Method in class java.io.StringBufferInputStream
- Skips
n
bytes of input from this input stream.
- skip(long).
Method in class java.io.StringReader
- Skip characters.
- skip(long).
Method in class java.util.zip.ZipInputStream
- Skips specified number of bytes in the current ZIP entry.
- skipBytes(int).
Method in interface java.io.DataInput
- Skips exactly
n
bytes of input.
- skipBytes(int).
Method in class java.io.DataInputStream
- Skips exactly
n
bytes of input in the underlying
input stream.
- skipBytes(int).
Method in class java.io.ObjectInputStream
- Skips bytes, block until all bytes are skipped.
- skipBytes(int).
Method in class java.io.RandomAccessFile
- Skips exactly
n
bytes of input.
- slashSlashComments(boolean).
Method in class java.io.StreamTokenizer
-
Determines whether or not the tokenizer recognizes C++-style comments.
- slashStarComments(boolean).
Method in class java.io.StreamTokenizer
-
Determines whether or not the tokenizer recognizes C-style comments.
- sleep(long).
Static method in class java.lang.Thread
-
Causes the currently executing thread to sleep (temporarily cease
execution) for the specified number of milliseconds.
- sleep(long, int).
Static method in class java.lang.Thread
- Causes the currently executing thread to sleep (cease execution)
for the specified number of milliseconds plus the specified number
of nanoseconds.
- SMALLINT.Static variable in class java.sql.Types
-
- Socket().
Constructor for class java.net.Socket
- Creates an unconnected socket, with the
system-default type of SocketImpl.
- Socket(InetAddress, int).
Constructor for class java.net.Socket
-
Creates a stream socket and connects it to the specified port
number at the specified IP address.
- Socket(InetAddress, int, boolean).
Constructor for class java.net.Socket
- Creates a socket and connects it to the specified port number at
the specified IP address.
- Socket(InetAddress, int, InetAddress, int).
Constructor for class java.net.Socket
-
Creates a socket and connects it to the specified remote address on
the specified remote port.
- Socket(SocketImpl).
Constructor for class java.net.Socket
- Creates an unconnected Socket with a user-specified
SocketImpl.
- Socket(String, int).
Constructor for class java.net.Socket
-
Creates a stream socket and connects it to the specified port
number on the named host.
- Socket(String, int, boolean).
Constructor for class java.net.Socket
- Creates a stream socket and connects it to the specified port
number on the named host.
- Socket(String, int, InetAddress, int).
Constructor for class java.net.Socket
-
Creates a socket and connects it to the specified remote host on
the specified remote port.
- SocketException().
Constructor for class java.net.SocketException
- Constructs a new
ProtocolException
with no detail message.
- SocketException(String).
Constructor for class java.net.SocketException
- Constructs a new
ProtocolException
with the
specified detail message.
- SocketImpl().
Constructor for class java.net.SocketImpl
-
- SocketSecurityException(String).
Constructor for class java.rmi.server.SocketSecurityException
- Create A remote exception with the specified string
- SocketSecurityException(String, Exception).
Constructor for class java.rmi.server.SocketSecurityException
- Create A remote exception with the specified string, and the
exception specified.
- SOMEBITS.Static variable in interface java.awt.image.ImageObserver
- More pixels needed for drawing a scaled variation of the image
are available.
- source.Variable in class java.util.EventObject
-
- SOUTH.Static variable in class java.awt.BorderLayout
- The south layout constraint (bottom of container).
- SOUTH.Static variable in class java.awt.GridBagConstraints
- Put the component at the bottom of its display area, centered
horizontally.
- SOUTHEAST.Static variable in class java.awt.GridBagConstraints
- Put the component at the bottom-right corner of its display area.
- SOUTHWEST.Static variable in class java.awt.GridBagConstraints
- Put the component at the bottom-left corner of its display area.
- SPACE_SEPARATOR.Static variable in class java.lang.Character
-
- SQLException().
Constructor for class java.sql.SQLException
- Construct an SQLException; reason defaults to null, SQLState
defaults to null and vendorCode defaults to 0.
- SQLException(String).
Constructor for class java.sql.SQLException
- Construct an SQLException with a reason; SQLState defaults to
null and vendorCode defaults to 0.
- SQLException(String, String).
Constructor for class java.sql.SQLException
- Construct an SQLException with a reason and SQLState;
vendorCode defaults to 0.
- SQLException(String, String, int).
Constructor for class java.sql.SQLException
- Construct a fully-specified SQLException
- SQLWarning().
Constructor for class java.sql.SQLWarning
- Construct an SQLWarning ; reason defaults to null, SQLState
defaults to null and vendorCode defaults to 0.
- SQLWarning(String).
Constructor for class java.sql.SQLWarning
- Construct an SQLWarning with a reason; SQLState defaults to
null and vendorCode defaults to 0.
- SQLWarning(String, String).
Constructor for class java.sql.SQLWarning
- Construct an SQLWarning with a reason and SQLState;
vendorCode defaults to 0.
- SQLWarning(String, String, int).
Constructor for class java.sql.SQLWarning
- Construct a fully specified SQLWarning.
- sqrt(double).
Static method in class java.lang.Math
- Returns the square root of a
double
value.
- srccols.Variable in class java.awt.image.ReplicateScaleFilter
-
- srcHeight.Variable in class java.awt.image.ReplicateScaleFilter
-
- srcrows.Variable in class java.awt.image.ReplicateScaleFilter
-
- srcWidth.Variable in class java.awt.image.ReplicateScaleFilter
-
- Stack().
Constructor for class java.util.Stack
-
- StackOverflowError().
Constructor for class java.lang.StackOverflowError
- Constructs a
StackOverflowError
with no detail message.
- StackOverflowError(String).
Constructor for class java.lang.StackOverflowError
- Constructs a
StackOverflowError
with the specified
detail message.
- start().
Method in class java.applet.Applet
- Called by the browser or applet viewer to inform
this applet that it should start its execution.
- start().
Method in class java.lang.Thread
- Causes this thread to begin execution; the Java Virtual Machine
calls the
run
method of this thread.
- START_PUNCTUATION.Static variable in class java.lang.Character
-
- startGrabbing().
Method in class java.awt.image.PixelGrabber
- Request the PixelGrabber to start fetching the pixels.
- startProduction(ImageConsumer).
Method in class java.awt.image.FilteredImageSource
- Adds an ImageConsumer to the list of consumers interested in
data for this image, and immediately starts delivery of the
image data through the ImageConsumer interface.
- startProduction(ImageConsumer).
Method in interface java.awt.image.ImageProducer
- This method both registers the given ImageConsumer object
as a consumer and starts an immediate reconstruction of
the image data which will then be delivered to this
consumer and any other consumer which may have already
been registered with the producer.
- startProduction(ImageConsumer).
Method in class java.awt.image.MemoryImageSource
- Adds an ImageConsumer to the list of consumers interested in
data for this image, and immediately start delivery of the
image data through the ImageConsumer interface.
- startsWith(String).
Method in class java.lang.String
- Tests if this string starts with the specified prefix.
- startsWith(String, int).
Method in class java.lang.String
- Tests if this string starts with the specified prefix.
- state.Variable in class java.security.Signature
-
Current state of this signature object.
- STATIC.Static variable in class java.lang.reflect.Modifier
-
- STATICIMAGEDONE.Static variable in interface java.awt.image.ImageConsumer
- The image is complete and there are no more pixels or frames
to be delivered.
- status().
Method in class java.awt.image.PixelGrabber
- DEPRECATED: Replaced by getStatus().
- statusAll(boolean).
Method in class java.awt.MediaTracker
- Calculates and returns the bitwise inclusive OR of the
status of all media that are tracked by this media tracker.
- statusID(int, boolean).
Method in class java.awt.MediaTracker
- Calculates and returns the bitwise inclusive OR of the
status of all media with the specified identifier that are
tracked by this media tracker.
- stop().
Method in class java.applet.Applet
- Called by the browser or applet viewer to inform
this applet that it should stop its execution.
- stop().
Method in interface java.applet.AudioClip
- Stops playing this audio clip.
- stop().
Method in class java.lang.Thread
-
Forces the thread to stop executing.
- stop().
Method in class java.lang.ThreadGroup
- Stops all processes in this thread group.
- stop(Throwable).
Method in class java.lang.Thread
- Forces the thread to stop executing.
- STORED.Static variable in class java.util.zip.ZipEntry
- Compression method for uncompressed entries.
- STORED.Static variable in class java.util.zip.ZipOutputStream
- Compression method for uncompressed (STORED) entries.
- storesLowerCaseIdentifiers().
Method in interface java.sql.DatabaseMetaData
- Does the database treat mixed case unquoted SQL identifiers as
case insensitive and store them in lower case?
- storesLowerCaseQuotedIdentifiers().
Method in interface java.sql.DatabaseMetaData
- Does the database treat mixed case quoted SQL identifiers as
case insensitive and store them in lower case?
- storesMixedCaseIdentifiers().
Method in interface java.sql.DatabaseMetaData
- Does the database treat mixed case unquoted SQL identifiers as
case insensitive and store them in mixed case?
- storesMixedCaseQuotedIdentifiers().
Method in interface java.sql.DatabaseMetaData
- Does the database treat mixed case quoted SQL identifiers as
case insensitive and store them in mixed case?
- storesUpperCaseIdentifiers().
Method in interface java.sql.DatabaseMetaData
- Does the database treat mixed case unquoted SQL identifiers as
case insensitive and store them in upper case?
- storesUpperCaseQuotedIdentifiers().
Method in interface java.sql.DatabaseMetaData
- Does the database treat mixed case quoted SQL identifiers as
case insensitive and store them in upper case?
- StreamCorruptedException().
Constructor for class java.io.StreamCorruptedException
- Create a StreamCorruptedException with no reason.
- StreamCorruptedException(String).
Constructor for class java.io.StreamCorruptedException
- Create a StreamCorruptedException with a reason.
- StreamTokenizer(InputStream).
Constructor for class java.io.StreamTokenizer
- Creates a stream tokenizer that parses the specified input
stream.
- StreamTokenizer(Reader).
Constructor for class java.io.StreamTokenizer
- Create a tokenizer that parses the given character stream.
- String().
Constructor for class java.lang.String
- Allocates a new
String
containing no characters.
- String(byte[]).
Constructor for class java.lang.String
- Construct a new
String
by converting the specified array
of bytes using the platform's default character encoding.
- String(byte[], int).
Constructor for class java.lang.String
- Allocates a new
String
containing characters
constructed from an array of 8-bit integer values.
- String(byte[], int, int).
Constructor for class java.lang.String
- Construct a new
String
by converting the specified
subarray of bytes using the platform's default character encoding.
- String(byte[], int, int, int).
Constructor for class java.lang.String
- Allocates a new
String
constructed from a subarray
of an array of 8-bit integer values.
- String(byte[], int, int, String).
Constructor for class java.lang.String
- Construct a new
String
by converting the specified
subarray of bytes using the specified character encoding.
- String(byte[], String).
Constructor for class java.lang.String
- Construct a new
String
by converting the specified array
of bytes using the specified character encoding.
- String(char[]).
Constructor for class java.lang.String
- Allocates a new
String
so that it represents the
sequence of characters currently contained in the character array
argument.
- String(char[], int, int).
Constructor for class java.lang.String
- Allocates a new
String
that contains characters from
a subarray of the character array argument.
- String(String).
Constructor for class java.lang.String
- Allocates a new string that contains the same sequence of
characters as the string argument.
- String(StringBuffer).
Constructor for class java.lang.String
- Allocates a new string that contains the sequence of characters
currently contained in the string buffer argument.
- StringBuffer().
Constructor for class java.lang.StringBuffer
- Constructs a string buffer with no characters in it and an
initial capacity of 16 characters.
- StringBuffer(int).
Constructor for class java.lang.StringBuffer
- Constructs a string buffer with no characters in it and an
initial capacity specified by the
length
argument.
- StringBuffer(String).
Constructor for class java.lang.StringBuffer
- Constructs a string buffer so that it represents the same
sequence of characters as the string argument.
- StringBufferInputStream(String).
Constructor for class java.io.StringBufferInputStream
- Creates a string input stream to read data from the specified string.
- StringCharacterIterator(String).
Constructor for class java.text.StringCharacterIterator
- Construct an iterator with an initial index of 0.
- StringCharacterIterator(String, int).
Constructor for class java.text.StringCharacterIterator
- Construct an iterator with the specified initial index.
- StringCharacterIterator(String, int, int, int).
Constructor for class java.text.StringCharacterIterator
- Construct an iterator over the given range of the given string, with the
index set at the specified position.
- stringFlavor.Static variable in class java.awt.datatransfer.DataFlavor
- The DataFlavor representing a Java Unicode String class, where:
representationClass = java.lang.String
/**
The DataFlavor representing a Java Unicode String class, where:
representationClass = java.lang.String
mimeType = "application/x-java-serialized-object"
- StringIndexOutOfBoundsException().
Constructor for class java.lang.StringIndexOutOfBoundsException
- Constructs a
StringIndexOutOfBoundsException
with no
detail message.
- StringIndexOutOfBoundsException(int).
Constructor for class java.lang.StringIndexOutOfBoundsException
- Constructs a new
StringIndexOutOfBoundsException
class with an argument indicating the illegal index.
- StringIndexOutOfBoundsException(String).
Constructor for class java.lang.StringIndexOutOfBoundsException
- Constructs a
StringIndexOutOfBoundsException
with
the specified detail message.
- StringReader(String).
Constructor for class java.io.StringReader
- Create a new string reader.
- StringSelection(String).
Constructor for class java.awt.datatransfer.StringSelection
- Creates a transferable object capable of transferring the
specified string in plain text format.
- StringTokenizer(String).
Constructor for class java.util.StringTokenizer
- Constructs a string tokenizer for the specified string.
- StringTokenizer(String, String).
Constructor for class java.util.StringTokenizer
- Constructs a string tokenizer for the specified string.
- StringTokenizer(String, String, boolean).
Constructor for class java.util.StringTokenizer
- Constructs a string tokenizer for the specified string.
- stringWidth(String).
Method in class java.awt.FontMetrics
-
Returns the total advance width for showing the specified String
in this Font.
- StringWriter().
Constructor for class java.io.StringWriter
- Create a new string writer, using the default initial string-buffer
size.
- StringWriter(int).
Constructor for class java.io.StringWriter
- Create a new string writer, using the specified initial string-buffer
size.
- StubNotFoundException(String).
Constructor for class java.rmi.StubNotFoundException
- Create a new StubNotFoundException with a descriptive string.
- StubNotFoundException(String, Exception).
Constructor for class java.rmi.StubNotFoundException
- Create a new StubNotFoundException with a descriptive string and an exception.
- style.Variable in class java.awt.Font
-
The style of the font.
- substituteColorModel(ColorModel, ColorModel).
Method in class java.awt.image.RGBImageFilter
- Registers two ColorModel objects for substitution.
- substring(int).
Method in class java.lang.String
- Returns a new string that is a substring of this string.
- substring(int, int).
Method in class java.lang.String
- Returns a new string that is a substring of this string.
- subtract(BigDecimal).
Method in class java.math.BigDecimal
- Returns a BigDecimal whose value is (this - val), and whose scale is
MAX(this.scale(), val.scale).
- subtract(BigInteger).
Method in class java.math.BigInteger
- Returns a BigInteger whose value is (this - val).
- SUNDAY.Static variable in class java.util.Calendar
- Useful constant for days of week.
- supportsAlterTableWithAddColumn().
Method in interface java.sql.DatabaseMetaData
- Is "ALTER TABLE" with add column supported?
- supportsAlterTableWithDropColumn().
Method in interface java.sql.DatabaseMetaData
- Is "ALTER TABLE" with drop column supported?
- supportsANSI92EntryLevelSQL().
Method in interface java.sql.DatabaseMetaData
- Is the ANSI92 entry level SQL grammar supported?
All JDBC-Compliant drivers must return true.
- supportsANSI92FullSQL().
Method in interface java.sql.DatabaseMetaData
- Is the ANSI92 full SQL grammar supported?
- supportsANSI92IntermediateSQL().
Method in interface java.sql.DatabaseMetaData
- Is the ANSI92 intermediate SQL grammar supported?
- supportsCatalogsInDataManipulation().
Method in interface java.sql.DatabaseMetaData
- Can a catalog name be used in a data manipulation statement?
- supportsCatalogsInIndexDefinitions().
Method in interface java.sql.DatabaseMetaData
- Can a catalog name be used in an index definition statement?
- supportsCatalogsInPrivilegeDefinitions().
Method in interface java.sql.DatabaseMetaData
- Can a catalog name be used in a privilege definition statement?
- supportsCatalogsInProcedureCalls().
Method in interface java.sql.DatabaseMetaData
- Can a catalog name be used in a procedure call statement?
- supportsCatalogsInTableDefinitions().
Method in interface java.sql.DatabaseMetaData
- Can a catalog name be used in a table definition statement?
- supportsColumnAliasing().
Method in interface java.sql.DatabaseMetaData
- Is column aliasing supported?
If so, the SQL AS clause can be used to provide names for
computed columns or to provide alias names for columns as
required.
- supportsConvert().
Method in interface java.sql.DatabaseMetaData
- Is the CONVERT function between SQL types supported?
- supportsConvert(int, int).
Method in interface java.sql.DatabaseMetaData
- Is CONVERT between the given SQL types supported?
- supportsCoreSQLGrammar().
Method in interface java.sql.DatabaseMetaData
- Is the ODBC Core SQL grammar supported?
- supportsCorrelatedSubqueries().
Method in interface java.sql.DatabaseMetaData
- Are correlated subqueries supported?
A JDBC-Compliant driver always returns true.
- supportsCustomEditor().
Method in interface java.beans.PropertyEditor
-
- supportsCustomEditor().
Method in class java.beans.PropertyEditorSupport
-
- supportsDataDefinitionAndDataManipulationTransactions().
Method in interface java.sql.DatabaseMetaData
- Are both data definition and data manipulation statements
within a transaction supported?
- supportsDataManipulationTransactionsOnly().
Method in interface java.sql.DatabaseMetaData
- Are only data manipulation statements within a transaction
supported?
- supportsDifferentTableCorrelationNames().
Method in interface java.sql.DatabaseMetaData
- If table correlation names are supported, are they restricted
to be different from the names of the tables?
- supportsExpressionsInOrderBy().
Method in interface java.sql.DatabaseMetaData
- Are expressions in "ORDER BY" lists supported?
- supportsExtendedSQLGrammar().
Method in interface java.sql.DatabaseMetaData
- Is the ODBC Extended SQL grammar supported?
- supportsFullOuterJoins().
Method in interface java.sql.DatabaseMetaData
- Are full nested outer joins supported?
- supportsGroupBy().
Method in interface java.sql.DatabaseMetaData
- Is some form of "GROUP BY" clause supported?
- supportsGroupByBeyondSelect().
Method in interface java.sql.DatabaseMetaData
- Can a "GROUP BY" clause add columns not in the SELECT
provided it specifies all the columns in the SELECT?
- supportsGroupByUnrelated().
Method in interface java.sql.DatabaseMetaData
- Can a "GROUP BY" clause use columns not in the SELECT?
- supportsIntegrityEnhancementFacility().
Method in interface java.sql.DatabaseMetaData
- Is the SQL Integrity Enhancement Facility supported?
- supportsLikeEscapeClause().
Method in interface java.sql.DatabaseMetaData
- Is the escape character in "LIKE" clauses supported?
A JDBC-Compliant driver always returns true.
- supportsLimitedOuterJoins().
Method in interface java.sql.DatabaseMetaData
- Is there limited support for outer joins? (This will be true
if supportFullOuterJoins is true.)
- supportsMinimumSQLGrammar().
Method in interface java.sql.DatabaseMetaData
- Is the ODBC Minimum SQL grammar supported?
All JDBC-Compliant drivers must return true.
- supportsMixedCaseIdentifiers().
Method in interface java.sql.DatabaseMetaData
- Does the database treat mixed case unquoted SQL identifiers as
case sensitive and as a result store them in mixed case?
A JDBC-Compliant driver will always return false.
- supportsMixedCaseQuotedIdentifiers().
Method in interface java.sql.DatabaseMetaData
- Does the database treat mixed case quoted SQL identifiers as
case sensitive and as a result store them in mixed case?
A JDBC-Compliant driver will always return true.
- supportsMultipleResultSets().
Method in interface java.sql.DatabaseMetaData
- Are multiple ResultSets from a single execute supported?
- supportsMultipleTransactions().
Method in interface java.sql.DatabaseMetaData
- Can we have multiple transactions open at once (on different
connections)?
- supportsNonNullableColumns().
Method in interface java.sql.DatabaseMetaData
- Can columns be defined as non-nullable?
A JDBC-Compliant driver always returns true.
- supportsOpenCursorsAcrossCommit().
Method in interface java.sql.DatabaseMetaData
- Can cursors remain open across commits?
- supportsOpenCursorsAcrossRollback().
Method in interface java.sql.DatabaseMetaData
- Can cursors remain open across rollbacks?
- supportsOpenStatementsAcrossCommit().
Method in interface java.sql.DatabaseMetaData
- Can statements remain open across commits?
- supportsOpenStatementsAcrossRollback().
Method in interface java.sql.DatabaseMetaData
- Can statements remain open across rollbacks?
- supportsOrderByUnrelated().
Method in interface java.sql.DatabaseMetaData
- Can an "ORDER BY" clause use columns not in the SELECT?
- supportsOuterJoins().
Method in interface java.sql.DatabaseMetaData
- Is some form of outer join supported?
- supportsPositionedDelete().
Method in interface java.sql.DatabaseMetaData
- Is positioned DELETE supported?
- supportsPositionedUpdate().
Method in interface java.sql.DatabaseMetaData
- Is positioned UPDATE supported?
- supportsSchemasInDataManipulation().
Method in interface java.sql.DatabaseMetaData
- Can a schema name be used in a data manipulation statement?
- supportsSchemasInIndexDefinitions().
Method in interface java.sql.DatabaseMetaData
- Can a schema name be used in an index definition statement?
- supportsSchemasInPrivilegeDefinitions().
Method in interface java.sql.DatabaseMetaData
- Can a schema name be used in a privilege definition statement?
- supportsSchemasInProcedureCalls().
Method in interface java.sql.DatabaseMetaData
- Can a schema name be used in a procedure call statement?
- supportsSchemasInTableDefinitions().
Method in interface java.sql.DatabaseMetaData
- Can a schema name be used in a table definition statement?
- supportsSelectForUpdate().
Method in interface java.sql.DatabaseMetaData
- Is SELECT for UPDATE supported?
- supportsStoredProcedures().
Method in interface java.sql.DatabaseMetaData
- Are stored procedure calls using the stored procedure escape
syntax supported?
- supportsSubqueriesInComparisons().
Method in interface java.sql.DatabaseMetaData
- Are subqueries in comparison expressions supported?
A JDBC-Compliant driver always returns true.
- supportsSubqueriesInExists().
Method in interface java.sql.DatabaseMetaData
- Are subqueries in 'exists' expressions supported?
A JDBC-Compliant driver always returns true.
- supportsSubqueriesInIns().
Method in interface java.sql.DatabaseMetaData
- Are subqueries in 'in' statements supported?
A JDBC-Compliant driver always returns true.
- supportsSubqueriesInQuantifieds().
Method in interface java.sql.DatabaseMetaData
- Are subqueries in quantified expressions supported?
A JDBC-Compliant driver always returns true.
- supportsTableCorrelationNames().
Method in interface java.sql.DatabaseMetaData
- Are table correlation names supported?
A JDBC-Compliant driver always returns true.
- supportsTransactionIsolationLevel(int).
Method in interface java.sql.DatabaseMetaData
- Does the database support the given transaction isolation level?
- supportsTransactions().
Method in interface java.sql.DatabaseMetaData
- Are transactions supported? If not, commit is a noop and the
isolation level is TRANSACTION_NONE.
- supportsUnion().
Method in interface java.sql.DatabaseMetaData
- Is SQL UNION supported?
- supportsUnionAll().
Method in interface java.sql.DatabaseMetaData
- Is SQL UNION ALL supported?
- SURROGATE.Static variable in class java.lang.Character
-
- suspend().
Method in class java.lang.Thread
- Suspends this thread.
- suspend().
Method in class java.lang.ThreadGroup
- Suspends all processes in this thread group.
- sval.Variable in class java.io.StreamTokenizer
- If the current token is a word token, this field contains a
string giving the characters of the word token.
- SW_RESIZE_CURSOR.Static variable in class java.awt.Cursor
- The south-west-resize cursor type.
- SW_RESIZE_CURSOR.Static variable in class java.awt.Frame
-
- SymantecEventHook.Manager().
Constructor for class java.awt.SymantecEventHook$Manager
-
- sync().
Method in class java.io.FileDescriptor
- Force all system buffers to synchronize with the underlying
device.
- sync().
Method in class java.awt.Toolkit
- Synchronizes this toolkit's graphics state.
- SyncFailedException(String).
Constructor for class java.io.SyncFailedException
- Constructs an SyncFailedException with a detail message.
- SYNCHRONIZED.Static variable in class java.lang.reflect.Modifier
-